home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / fres20.zip / README.TXT < prev   
Text File  |  1993-07-14  |  2KB  |  57 lines

  1. FRES Version 2.00
  2. Copyright (c) 1993 by Jamie O'Connell
  3.  
  4. FRES is a small Windows program.  It displays and updates the
  5. Date, Time, Windows Mode, Free Memory, Free Resources and Free
  6. disk space.  In addition it will Chime the hour, if a wave 
  7. output device is installed. It doesn't take up much memory or
  8. screen space.  I run it all the time in the lower corner of my 
  9. screen.
  10.  
  11. Fres is copyrighted software, but may be used and distributed 
  12. freely -- I encourage it.  
  13.  
  14. INSTALLATION
  15.  
  16. The only file needed to run Fres is FRES.EXE (and BIGCHIME.WAV
  17. if you have a Windows 3.1 wave output driver).  Copy them 
  18. both to the same directory and attach FRES to a group in the 
  19. Program Manager (Pick File/New... and add a Program Item).  
  20. Alternatively, you can add FRES.EXE to the LOAD statement in 
  21. your WINDOWS.INI file.  This will cause Windows to load Fres 
  22. at start up time.
  23.  
  24. SOURCE CODE
  25.  
  26. I've included the source code for anyone who wants to add their
  27. own modifications, or is interested in seeing how it was constructed.
  28. It should compile using any Windows capable compiler.  I used the new
  29. Microsoft Visual C++ (MSC V8.0) compiler to build this version.
  30.  
  31. Packing List
  32.  
  33.    README.TXT       This file
  34.    FRES.EXE         The Windows Program
  35.    FRES.WRI         Documentation -- Use Windows Write
  36.    BIGCHIME.WAV     The Chime file
  37.    FRESSRC.ZIP...   The C Source Code - containing... 
  38.     MAKEFILE            A Visual C++ Makefile for MSC 8.0
  39.     FRES.MAK            A PWB (NMAKE) Makefile for MSC 7.0
  40.     FRES.H          
  41.     RESOURCE.H          Created by AppStudio
  42.     FRES.C              The C Source
  43.     FRES.ICO            The ICON
  44.     FRES.DEF            The Definition file for MS C/C++ 7.0
  45.  
  46.  
  47. Send any comments or suggestions to: 
  48.  
  49.     Jamie O'Connell     CIS: 73030,351
  50.     191 Park Dr. #44
  51.     Boston, MA 02215
  52.  
  53. DISCLAIMER
  54.  
  55. This program is provided without any warranty, expressed or implied,
  56. including but not limited to fitness for a particular purpose.
  57.